
.scrollpic {
	width: 100%;
	margin:40px auto 0 auto;
}
#myscroll {
	display: block;
	position: relative;
	overflow: hidden;
	height:540px;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:520px;
	overflow: hidden;
	/* margin: 0 15px; */
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 500px;
	padding: 0;
	position: relative;
	margin-left:5px;
	color: #333;
}
.imgwidth{
	width:100%;
	height:375px;
	overflow: hidden;
}
#myscroll ul li a img{
	width:100%;
	height:100%;
	transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

#myscroll a .intro {
	padding:20px 10px 0;
	display: block;
	background-color: white;
	width: 500px;
	color: black;
	overflow: hidden;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	font-weight:bold;
	overflow: hidden;
}
.intro .newsdate{
	font-size:14px;
	color:#818181;
}

.intro .p {
	margin:20px 0px;
	font-size: 16px;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
}
#myscroll a:hover img{
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
#myscroll a:hover .intro {
	color: #252f74;
}

#mybtns {
	margin: 10px 0;
	display: block;
	height: 42px;
	margin-top:35%;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left:10px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../images/jt_l.png);
	background-repeat: no-repeat;
	background-position: center;
}
#mybtns #right {
	background-image: url(../images/jt_r.png);
	background-repeat: no-repeat;
	background-position: center;
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
@media(min-width:1439px) and (max-width:1919px){
	#myscroll ul li{
	   width: 388px;
	}
	#myscroll ul li a{
		width:368px;
	}

	.imgwidth{
		height:276px;
	}
	#myscroll a .intro{
		width:368px;
	}
 }


@media(min-width:769px) and (max-width:1024px){
	#myscroll ul li{
		width:280px;
	 }
	 #myscroll ul li a{
		width:260px;
	 }
	 .imgwidth{
		height:200px;
	 }
	 #myscroll a .intro{
		width:260px;
	 }
}

@media(max-width:768px){
	#myscroll ul li {
		width:375px;
	}
	#myscroll ul li a {
		width: 355px;
	}
	.imgwidth{
		height:250px;
	}
	#myscroll a .intro {
	   width: 355px;
	   color: black;
	   overflow: hidden;
	}
}